download last version in pypi account and extract tar.gaz archive, online, to get the code

install setuptools, twine and wheel pip modules if not installed

delete 'dis' folder
delete '.egg-info' folder

change version in setup.py and other details like those in read me (if version setup unchanged it changes automatically)
enter command_prompt_terminal

cd deskop ardianmaliqaj

run command >>
python setup.py sdist

run command >>
twine upload -u <username> -p <password> dist/*

username and password from pypi.org account

run command >>
twine upload -u ardianmaliqaj -p ardianmaliqajN7547 dist/*

